home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000097_news@newsmaster….columbia.edu _Thu Jan 7 10:27:00 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA29618
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 7 Jan 1999 10:26:59 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA13115
  7.     for kermit.misc@watsun; Thu, 7 Jan 1999 10:26:58 -0500 (EST)
  8. Path: newsmaster.cc.columbia.edu!panix!news-peer.gip.net!news-lond.gip.net!news.gsl.net!gip.net!nntp.news.xara.net!xara.net!news.itg.net.uk!usenet
  9. From: Tim Hedger <hedger@globalnet.co.uk>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Using kermit when not logged in as root
  12. Date: Thu, 07 Jan 1999 15:26:30 +0000
  13. Organization: WestonPark
  14. Lines: 30
  15. Message-ID: <3694D226.C9B0CD7F@globalnet.co.uk>
  16. References: <76vso2$bc8$1@newnews.global.net.uk> <77069p$ark$1@apakabar.cc.columbia.edu> <36949A79.1FD09D1E@globalnet.co.uk> <772hrt$kg3$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: 195.147.140.130
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=us-ascii
  20. Content-Transfer-Encoding: 7bit
  21. X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.36 i586)
  22. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:9727
  23.  
  24. Frank da Cruz wrote:
  25.  
  26. > : My modem is in group uucp:
  27. > : [root@th1 /var]# ls -l /dev/modem
  28. > : lrwxrwxrwx   1 root     uucp            4 Dec 29 20:23 /dev/modem -> cua0
  29. > :
  30. > But /dev/modem is a symlink.  What about /dev/cua0?
  31. >
  32. > - Frank
  33.  
  34. Thanks Frank.
  35. The permissions on /dev/cua0 were:
  36. [root@th1 /dev]# ls -l cua0
  37. crw-r-----   1 root     uucp       5,  64 Jan  7 15:11 cua0
  38.  
  39. I found I had to change them to:
  40. [root@th1 /dev]# ls -l cua0
  41. crw-rw-rw-   1 root     uucp       5,  64 Jan  7 15:13 cua0
  42.  
  43. to make it work.  (I tried just g+w first, but this didn't make any difference).
  44.  
  45. Whilst I'm happy that this now works, I'm still not clear how minicom (which
  46. worked all along under this non-root user) works?  (given that it has the same
  47. permissions as the kermit executable, and it too uses /dev/modem)
  48.  
  49. --
  50. Tim Hedger
  51.  
  52.  
  53.